GET
/
api
/
v2
/
teams
/
{team_id}
/
chargers
/
{charger_id}
/
metervalues
curl --request GET \
  --url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{charger_id}/metervalues \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "date_from": "2025-07-04 13:42:22",
  "date_to": "2025-07-04 13:42:22",
  "context": "Other",
  "measurand": "Temperature",
  "phase": "L2",
  "location": "Cable",
  "unit": "kWh",
  "limit": 1,
  "order_by": "desc"
}'
{}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

team_id
string
required

The ID of the team.

charger_id
string
required

The ID of the charger.

Body

application/json

Response

200
application/json

List of metervalues

The response is of type object.